projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713c3fb
)
(f90-mode-syntax-table): Change backslash to escape, not charquote.
author
Dave Love
<fx@gnu.org>
Thu, 29 Jul 1999 22:07:59 +0000
(22:07 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 29 Jul 1999 22:07:59 +0000
(22:07 +0000)
lisp/progmodes/f90.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/f90.el
b/lisp/progmodes/f90.el
index 00247f27e74c0ab076b9d26ef5ba3ed6a887ebaf..07af86a138a1a2bb5ac7debcf751f5abcdd41f64 100644
(file)
--- a/
lisp/progmodes/f90.el
+++ b/
lisp/progmodes/f90.el
@@
-443,7
+443,7
@@
whether to blink the matching beginning."
(modify-syntax-entry ?= "." f90-mode-syntax-table)
(modify-syntax-entry ?* "." f90-mode-syntax-table)
(modify-syntax-entry ?/ "." f90-mode-syntax-table)
- (modify-syntax-entry ?\\ "
/
" f90-mode-syntax-table)) ; escape chars
+ (modify-syntax-entry ?\\ "
\\
" f90-mode-syntax-table)) ; escape chars
;; keys
(defvar f90-mode-map ()